﻿2026-07-27T14:21:04.3761898Z ##[group]Run actions/checkout@v5
2026-07-27T14:21:04.3762695Z with:
2026-07-27T14:21:04.3763190Z   fetch-depth: 0
2026-07-27T14:21:04.3763726Z   repository: BigscreenVR/spt-bs-core
2026-07-27T14:21:04.3768976Z   token: ***
2026-07-27T14:21:04.3769409Z   ssh-strict: true
2026-07-27T14:21:04.3769924Z   ssh-user: git
2026-07-27T14:21:04.3770409Z   persist-credentials: true
2026-07-27T14:21:04.3770997Z   clean: true
2026-07-27T14:21:04.3771518Z   sparse-checkout-cone-mode: true
2026-07-27T14:21:04.3772121Z   fetch-tags: false
2026-07-27T14:21:04.3772619Z   show-progress: true
2026-07-27T14:21:04.3773228Z   lfs: false
2026-07-27T14:21:04.3773631Z   submodules: false
2026-07-27T14:21:04.3774305Z   set-safe-directory: true
2026-07-27T14:21:04.3774908Z   allow-unsafe-pr-checkout: false
2026-07-27T14:21:04.3777098Z ##[endgroup]
2026-07-27T14:21:04.6014799Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-27T14:21:04.6016105Z ##[group]Getting Git version info
2026-07-27T14:21:04.6016678Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-27T14:21:04.6317942Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-07-27T14:21:04.6670403Z git version 2.43.0.windows.1
2026-07-27T14:21:04.6696994Z ##[endgroup]
2026-07-27T14:21:04.6706095Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\945318f4-a17c-4e01-b7de-ffe715825246\.gitconfig'
2026-07-27T14:21:04.6720152Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\945318f4-a17c-4e01-b7de-ffe715825246' before making global git config changes
2026-07-27T14:21:04.6721303Z Adding repository directory to the temporary git global config as a safe directory
2026-07-27T14:21:04.6725648Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-27T14:21:04.7020908Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-07-27T14:21:04.7228506Z https://github.com/BigscreenVR/spt-bs-core
2026-07-27T14:21:04.7261486Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-27T14:21:04.7266129Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-27T14:21:04.7644193Z refs/heads/main
2026-07-27T14:21:04.7667402Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --detach
2026-07-27T14:21:04.8193888Z HEAD is now at d7e7b735 Merge pull request #102 from BigscreenVR/ci/free-space-preflight
2026-07-27T14:21:04.8526626Z ##[endgroup]
2026-07-27T14:21:04.8530133Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-07-27T14:21:05.3620509Z ##[group]Cleaning the repository
2026-07-27T14:21:05.3624929Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-07-27T14:21:17.7199860Z Removing .adapter-notify/
2026-07-27T14:21:17.7200484Z Removing target/
2026-07-27T14:21:17.7233055Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-07-27T14:21:17.7941507Z HEAD is now at d7e7b735 Merge pull request #102 from BigscreenVR/ci/free-space-preflight
2026-07-27T14:21:17.7963175Z ##[endgroup]
2026-07-27T14:21:17.7967756Z ##[group]Disabling automatic garbage collection
2026-07-27T14:21:17.7972910Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-07-27T14:21:17.8226069Z ##[endgroup]
2026-07-27T14:21:17.8226760Z ##[group]Setting up auth
2026-07-27T14:21:17.8232340Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-27T14:21:17.8482355Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-27T14:21:18.2575873Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-27T14:21:18.3028454Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-27T14:21:18.7311880Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-27T14:21:18.7585155Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-27T14:21:19.2000754Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-27T14:21:19.2358202Z ##[endgroup]
2026-07-27T14:21:19.2358888Z ##[group]Fetching the repository
2026-07-27T14:21:19.2367494Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +ef8ac59c2a86c33237b5a70929004366f5d15664:refs/remotes/pull/108/merge
2026-07-27T14:21:22.2256302Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-27T14:21:22.2257148Z    7559d6af..3e916f64  ci/registry-thin-lane                    -> origin/ci/registry-thin-lane
2026-07-27T14:21:22.2258210Z    e2b34a60..e59eb430  ci/runner-informant                      -> origin/ci/runner-informant
2026-07-27T14:21:22.2259175Z  + 0f7722bd...e297ddc4 fix/test-tmpdir-hygiene                  -> origin/fix/test-tmpdir-hygiene  (forced update)
2026-07-27T14:21:22.2259963Z    d7e7b735..deaa8c85  main                                     -> origin/main
2026-07-27T14:21:22.2260723Z    1f9dfefc..b0cfd598  test/viewer-liveness-timeout             -> origin/test/viewer-liveness-timeout
2026-07-27T14:21:22.2262020Z  + 1ffef93b...ef8ac59c ef8ac59c2a86c33237b5a70929004366f5d15664 -> pull/108/merge  (forced update)
2026-07-27T14:21:22.2434638Z ##[endgroup]
2026-07-27T14:21:22.2435481Z ##[group]Determining the checkout info
2026-07-27T14:21:22.2436057Z ##[endgroup]
2026-07-27T14:21:22.2441489Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-07-27T14:21:22.2811468Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-27T14:21:22.3103702Z ##[group]Checking out the ref
2026-07-27T14:21:22.3108716Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force refs/remotes/pull/108/merge
2026-07-27T14:21:22.4286627Z Previous HEAD position was d7e7b735 Merge pull request #102 from BigscreenVR/ci/free-space-preflight
2026-07-27T14:21:22.4287573Z HEAD is now at ef8ac59c Merge b0cfd59814b651833904fc0c63661fc08a27ec51 into d7e7b735f8ccf3bbb55f5faec9c174d61ced5b67
2026-07-27T14:21:22.4614001Z ##[endgroup]
2026-07-27T14:21:22.4620969Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-07-27T14:21:22.5033986Z ef8ac59c2a86c33237b5a70929004366f5d15664
